#DEFINE E_BADMSQUERY_LOC "Microsoft Query has not been installed properly and is needed in order to create an Excel pivot table."
#DEFINE E_ODBCDLL_LOC "Could not check for proper ODBC installed files."
#DEFINE E_XLBADSTATE_LOC "Microsoft Excel is not in the right state to create a pivot table. Make sure that Excel isn't displaying any dialog boxes."
#DEFINE E_ODBC1_LOC "Could not check ODBC.INI file. Check to see if ODBC is properly installed."
#DEFINE E_ODBC2_LOC "Could not find FoxPro Files ODBC driver. Check to see if it is installed."
#DEFINE E_ODBC3_LOC "Invalid FoxPro Files entry in ODBC.INI file."
#DEFINE E_NODBC_LOC "The new Visual FoxPro 3.0 .DBF file format is not yet supported by the current ODBC drivers. You must use a FoxPro 2.x .DBF file."
#DEFINE E_FAILXL_LOC "Failed to get Excel OLE Object."
#DEFINE E_NOXLFILE_LOC "Could not locate Microsoft Excel."
#DEFINE E_NOPIVTABLE_LOC "An error occurred in Microsoft Excel during generation of the pivot table."
#DEFINE E_OLDXLVER_LOC "The wizard does not support your version of Microsoft Excel. You must have version 5.0 or later installed."
#DEFINE E_NOREG_LOC "Microsoft Excel is not properly registered in the Windows registration table for use with OLE."
#DEFINE E_NOVIEWS_LOC "Views are not supported by this wizard."
#DEFINE C_SAVEPROMPT_LOC "Save form as:"
#DEFINE C_LOCATEDLL_LOC "The wizard could not verify that you have ODBC installed. "+;
"Do you want to continue with the assumption that it is?"
#DEFINE C_LOCATEXL_LOC "The wizard could not verify that you have Microsoft Excel 5.0 or later installed. "+;
"Do you want to continue with the assumption that it is?"
#DEFINE C_COPYFOX2_LOC "You do not have ODBC drivers for Visual FoxPro 3.0 tables/views. "+;
"Would you like to copy the selected table to a FoxPro 2.5 "+;
"format so that a pivot table can be generated from it?"
#DEFINE C_COPYPROMPT_LOC "Copy table to:"
#DEFINE C_LARGEPIVOT_LOC "You have selected a potentially large pivot table result set. "+;
"Do you want to continue?"
#DEFINE C_LONGFNAME_LOC "You have an old FoxPro ODBC Data Source installed which does not support FoxPro tables with long or illegal DOS path and file names. "+;
"We suggest that you install the VFP ODBC Driver to prevent this message in the future. "+;
"If you choose to continue, you must either rename or copy the selected table to one with a standard DOS file name. Would you like to copy the file now?"
#DEFINE C_ODBCOLDVER_LOC "The Version setting in your FoxPro Files ODBC Data Source is set for FoxPro 2.0 files. "+;
"The PivotTable Wizard may not properly handle international characters or General fields. "+;
"You can change this setting to FoxPro 2.6 using the ODBC Control Panel."
#DEFINE C_NORECORDS_LOC "The table selected contains no records. An Excel pivot table will not be created."
#DEFINE C_VFPDRVONLY_LOC "The PivotTable Wizard has detected the presence of the VFP ODBC Driver, however, "+;
"no VFP ODBC Data Source exists. You can create a new VFP ODBC Data Source from the ODBC Control Panel. "+;
"The Wizard will try to use an older ODBC driver this time."
***** Dropdown list selector
#define CRET CHR(13)
#define STEP1_LOC "Step 1 - Select Fields"
#define STEP2_LOC "Step 2 - Define Layout"
#define STEP3_LOC "Step 3 - Finish"
***** Screen directions
#define DESC1a_LOC "Which fields do you want in your pivot table?"
#define DESC1c_LOC "Select a database or Free Tables item, select a table or view, and then select the fields you want."
#define DESC1 DESC1a_LOC+CRET+CRET+DESC1c_LOC
#define DESC2a_LOC "How do you want to lay out your pivot table?"
#define DESC2b_LOC "Drag available fields to the pivot table locations."